Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV40701
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Site Bin Master Group Display Name: Inventory Site Setup
Physical Name: IV40701
Technical Name: ivSiteBinMstr
Group Technical Name: Inventory Site Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Site Bin Master'].LOCNCODE AS 'Site Bin Master-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
IV40701 AS ['Site Bin Master']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Site Bin Master'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
2 | BIN | Bin | String | STR15_Bin | 15 | |
3 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Site Bin Master'].NOTEINDX AS 'Site Bin Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
IV40701 AS ['Site Bin Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Site Bin Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX |